summaryrefslogtreecommitdiffstats
path: root/cmd/cmd.go
Commit message (Collapse)AuthorAgeFilesLines
* Disallow empty titles (#5785)Lanre Adelowo2019-01-211-2/+3
| | | | | | | | | | | | * add util method and tests * make sure the title of an issue cannot be empty * wiki title cannot be empty * pull request title cannot be empty * update to make use of the new util methof
* Make sure argsSet verifies string isn't empty too (#4980)Lanre Adelowo2018-12-271-0/+5
|
* Create AuthorizedKeysCommand (#5236)zeripath2018-11-011-1/+5
|
* General refactor of the cmd package (#3328)Morgan Bazalgette2018-01-121-0/+38
| | | | | | | | * General refactor of the cmd package * Address breakage in runCreateUser * Place "common" functions into cmd.go
* Use cli Flags directly and not some helper funcsMatthias Loibl2016-11-091-42/+0
| | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-301-1/+1
|
* fix api brokenUnknwon2015-11-151-0/+42