Add configurable sequence numbering command

This commit is contained in:
2025-11-03 10:59:15 +08:00
parent 843c51e347
commit e6a5c6499b
34 changed files with 1920 additions and 1 deletions

2
internal/sequence/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package sequence implements the numbering rule used by the `renamer sequence` command.
package sequence