github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/agent/cli.go (about) 1 package agent 2 3 const ( 4 // CommandInstall is the name of the agent installation command. 5 CommandInstall = "install" 6 // CommandForwarder is the name of the agent forwarder command. 7 CommandForwarder = "forwarder" 8 // CommandSynchronizer is the name of the agent synchronizer command. 9 CommandSynchronizer = "synchronizer" 10 11 // FlagLogLevel is the flag for specifying the log level for the forwarder 12 // and synchronizer commands (without the preceding double-dash). 13 FlagLogLevel = "log-level" 14 )