Everything migrated to cobra, but with some very significant TODOs

This commit is contained in:
David Dworken
2022-11-14 20:02:16 -08:00
parent 48e2a41d5c
commit ecdd22dcdd
6 changed files with 287 additions and 289 deletions

View File

@ -13,7 +13,7 @@ var verbose *bool
var statusCmd = &cobra.Command{
Use: "status",
Short: "Get the hishtory status",
Short: "View status info including the secret key which is needed to sync shell history from another machine",
Run: func(cmd *cobra.Command, args []string) {
ctx := hctx.MakeContext()
config := hctx.GetConf(ctx)