import * as johnnyDecimal from "https://deno.land/x/johnny_decimal@1.1.1/deps.ts";
Functions
f bold | Make the text bold. |
Ensures that the directory exists.
If the directory structure does not exist, it is created. Like mkdir -p.
Requires the | |
Test whether or not the given path exists by checking with the file system. | |
Set text color to green. | |
Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments. | |
Parses | |
f red | Set text color to red. |
Serializes | |
f walk | Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. |