Skip to content

Invalid arguments should return a nonzero exit code. #23

@knunery

Description

@knunery

The following code path is hit when you have invalid arguments.
if ((args.Length != 4 && args.Length != 6) || requestedDatabaseAction==RequestedDatabaseAction.Default)
{
InvalidArguments();
return;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions