mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-23 16:44:17 +02:00
Add keys and sync-keys commands
This commit is contained in:
parent
48d26bac8c
commit
a7a97a6fc2
1 changed files with 2 additions and 0 deletions
2
main.go
2
main.go
|
|
@ -400,6 +400,8 @@ func init() {
|
|||
rootCmd.AddCommand(stashCmd)
|
||||
|
||||
rootCmd.AddCommand(cmd.LinkCmd("glow"))
|
||||
rootCmd.AddCommand(cmd.KeysCmd)
|
||||
rootCmd.AddCommand(cmd.KeySyncCmd)
|
||||
rootCmd.AddCommand(configCmd)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue