aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor to use urfave/cli/v2 (#25959)wxiaoguang2023-07-211-3/+12
* Fix sub-command log level (#25537)wxiaoguang2023-06-281-1/+17
* Refactor path & config system (#25330)wxiaoguang2023-06-211-1/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-211-1/+16
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-3/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Fix flag validation (#19046)Norwin2022-03-101-1/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-7/+10
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-5/+4
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+2
* Second attempt at preventing zombies (#16326)zeripath2021-07-141-0/+26
* Sendmail command (#13079)Maxim Zhiburt2020-10-241-0/+20
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-1/+1
* Disallow empty titles (#5785)Lanre Adelowo2019-01-211-2/+3
* 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
* Use cli Flags directly and not some helper funcsMatthias Loibl2016-11-091-42/+0
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-301-1/+1
* fix api brokenUnknwon2015-11-151-0/+42