mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
backport some fixes from main
This commit is contained in:
parent
ae9c540640
commit
27b5f1bf59
3 changed files with 25 additions and 1331 deletions
|
@ -71,6 +71,7 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
rootCmd.CompletionOptions.DisableDefaultCmd = true
|
||||||
rootCmd.Flags().BoolP("version", "v", false, "")
|
rootCmd.Flags().BoolP("version", "v", false, "")
|
||||||
rootCmd.Version = version.GetAsString()
|
rootCmd.Version = version.GetAsString()
|
||||||
rootCmd.SetVersionTemplate(`{{printf "SFTPGo "}}{{printf "%s" .Version}}
|
rootCmd.SetVersionTemplate(`{{printf "SFTPGo "}}{{printf "%s" .Version}}
|
||||||
|
|
1353
static/vendor/datatables/dataTables.checkboxes.css
vendored
1353
static/vendor/datatables/dataTables.checkboxes.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue