Commits
Without `--` before the input, Fish's `string` command tried to use input like `--help` as an option for itself.
Separates the Deno fs and env usage from pure js structure. Mostly, looks like:
- LocationCore and DirectoryCore are platform-agnostic classes that can be imported into web code.
- `Location` and `Directory` are Deno-specific. These use Deno.xxx and Deno std fs/env functionality.
- Commands are dynamically-imported, platform-specific, standalone functions that do different tasks.
- Commands are registered into a Directory in main
Separates the Deno fs and env usage from pure js structure. Mostly, looks like:
- LocationCore and DirectoryCore are platform-agnostic classes that can be imported into web code.
- `Location` and `Directory` are Deno-specific. These use Deno.xxx and Deno std fs/env functionality.
- Commands are dynamically-imported, platform-specific, standalone functions that do different tasks.
- Commands are registered into a Directory in main