nixpulvis / oursh

Your comrade through the perilous world of UNIX.
http://nixpulvis.com/oursh/oursh
MIT License
67 stars 6 forks source link

Builtins #24

Open nixpulvis opened 5 years ago

nixpulvis commented 5 years ago

We need to support the standard set of builtins. This issue can be thought of as a meta card for each of the builtins we'll need.

Reference 2.14. Special Built-In Utilities in the POSIX standard.

nixpulvis commented 5 years ago

The bash list, and POSIX.

nixpulvis commented 3 years ago

We should parse the arguments with docopt for each builtin.