Add configurable sequence numbering command
This commit is contained in:
@@ -50,6 +50,7 @@ func NewRootCommand() *cobra.Command {
|
||||
cmd.AddCommand(NewExtensionCommand())
|
||||
cmd.AddCommand(newInsertCommand())
|
||||
cmd.AddCommand(newRegexCommand())
|
||||
cmd.AddCommand(newSequenceCommand())
|
||||
cmd.AddCommand(newUndoCommand())
|
||||
|
||||
return cmd
|
||||
|
||||
Reference in New Issue
Block a user