@@ -81,5 +81,5 @@ echo one two three four five | format_with "-"
...
@@ -81,5 +81,5 @@ echo one two three four five | format_with "-"
When using Ion as a shell library, it is possible you may want to change the builtin functions associated with a Shell.
When using Ion as a shell library, it is possible you may want to change the builtin functions associated with a Shell.
If you do this, all function calls will use the new buildtins to run. meaning that if you removed the builtin function it the shell will try to find the command, and if you added a builtin, that will override any other command.
If you do this, all function calls will use the new builtins to run. meaning that if you removed the builtin function it the shell will try to find the command, and if you added a builtin, that will override any other command.