Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.03 KB

File metadata and controls

34 lines (23 loc) · 1.03 KB

tom config

Output configuration values as YAML or JSON.

Synopsis

If no arguments are passed, then the complete configuration will be printed. If one or more arguments are passed, then each is printed with its current configuration values. Bash completion will suggest built-in configuration keys.

tom config [flags]

Options

  -h, --help            help for config
  -o, --output string   Output format. Supported: yaml | json (default "yaml")

Options inherited from parent commands

      --backup-dir string   backup directory (default is $HOME/.tom/backup)
  -c, --config string       config file (default is $HOME/.tom/tom.yaml)
      --data-dir string     data directory (default is $HOME/.tom)
      --iso-dates           use ISO date format instead of a locale-specific format (default is false)

SEE ALSO

  • tom - tom is a command line application to track time.
  • tom config set - Sets a configuration value
Auto generated by spf13/cobra on 19-Jul-2022