Skip to content

Remove calls to Deno.exit(...) in base-command.ts #114

@TylerAldrich

Description

@TylerAldrich

Describe the solution you'd like

Remove calls to Deno.exit(...); in base-comand.ts (and any other common utility files) and instead raise exceptions. Deno.exit should only be used at the surface level - i.e. within the command functions themselves, and not within utilities or other internals.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions