forked from extern/nushell
add seq_date
command (#743)
* add `seq_date` command * fixed a reedline type-o * copy-n-paste error
This commit is contained in:
@ -295,6 +295,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
// Generators
|
||||
bind_command! {
|
||||
Cal,
|
||||
SeqDate,
|
||||
};
|
||||
|
||||
// Hash
|
||||
|
Reference in New Issue
Block a user