Skip to content

Instantly share code, notes, and snippets.

@ubnt-intrepid
Created February 14, 2017 10:53
Show Gist options
  • Select an option

  • Save ubnt-intrepid/f121ebbe00d0b82aee6e4fe075d0100b to your computer and use it in GitHub Desktop.

Select an option

Save ubnt-intrepid/f121ebbe00d0b82aee6e4fe075d0100b to your computer and use it in GitHub Desktop.
Documentation of `rhq`

Usage

  • rhq clone [query] [arguments...]
    aaa

  • rhq list

  • rhq config

  • ...

Configuration

roots = [
  "~/.rhq",
  "~/.go/src"
]

Installation

$ cargo install --git https://github.com/ubnt-intrepid/rhq.git

Synopsis

rhq 0.0.1
Yusuke Sasaki <yusuke.sasaki.nuem@gmail.com>
manages Git repositories

USAGE:
    rhq [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    clone     Clone remote repositories into the root directory
    config    Show current configuration
    help      Prints this message or the help of the given subcommand(s)
    list      List local repositories in the root directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment