Forrest logo
back to context overview

gow

List of commands for gow:

  • gow:tldr:8a19b gow: Watch the specified file extensions.
    $ gow -e=${go,html} run .
    try on your machine
    explain this command
  • gow:tldr:9e042 gow: Start and watch the current directory.
    $ gow run .
    try on your machine
    explain this command
  • gow:tldr:a91b9 gow: Display help.
    $ gow -h
    try on your machine
    explain this command
  • gow:tldr:ed3a3 gow: Watch subdirectories in verbose mode.
    $ gow -v -w=${path-to-directory1,path-to-directory2,---} run .
    try on your machine
    explain this command
  • gow:tldr:fb147 gow: Start the application with the specified arguments.
    $ gow run . ${argument1 argument2 ---}
    try on your machine
    explain this command
back to context overview