Port seq command (#755)

Signed-off-by: nibon7 <nibon7@163.com>
This commit is contained in:
nibon7
2022-01-16 21:52:41 +08:00
committed by GitHub
parent fa5aab8170
commit 746641edae
3 changed files with 372 additions and 0 deletions

View File

@ -298,6 +298,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
// Generators
bind_command! {
Cal,
Seq,
SeqDate,
};