Keyword of the week: Documentation Summary of the work done Add a procedural macro to document the builtins Generate a rustdoc comment with the man page and the short description Wrap the functions with check for help pages Move all the builtins to the proc macro Add AUTHORS and BUG sections to the man pages automatically Develop the builtins tooling Make the builtins return a &mut reference for chaining Add a conversion from boolean and add the FALSE and TRUE constants for Status Document th...