forked from extern/nushell
implement seq char command to generate single character sequence (#5453)
* add tmp code * add seq char command
This commit is contained in:
@ -353,6 +353,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Cal,
|
||||
Seq,
|
||||
SeqDate,
|
||||
SeqChar,
|
||||
};
|
||||
|
||||
// Hash
|
||||
|
Reference in New Issue
Block a user