#!/usr/bin/env bash # commands/runtime/shell.command.sh function cmd::runtime::shell::on_load() { flag::register --debug } function cmd::runtime::shell::run() { runtime::shell } function cmd::runtime::shell::help() { cat <