Grence

Help

Display help information for a Command.

To get help for any command, use the help prefix followed by the specific command name.

$ git graph help
 
Usage: git-graph [options] [command]
 
CLI for working with Labeled Property Graphs
 
Options:
  -V, --version          output the version number
  -h, --help             display help for command
 
Commands:
  install [options]        Install Git Graph configuration.
  uninstall [options]      Uninstall Git Graph configuration.
  track [options] [...]    View or add Git Graph paths to Git attributes.
  untrack [options] [...]  Remove Git Graph paths from Git attributes.
  textconv [options] <path> Print the text-converted version of a Graph binary file
  diff <local> <remote>    Compare two Graph files in a visual diff tool
  merge [options]          Merge conflicting Graph files
  env                      Display the current Git Graph environment.
  help [command]           display help for command

You can also append the -h or --help option to any command to get help for that command.

How is this guide?