Skip to content

Refactor commands modules main functions to take separate input args #30

Description

@atteggiani

Expand args in main() functions of commands modules (um2nc, etc.) to help clarity & testing.

From

def main(args): 
  ...

to

def main(
  input,
  output,
  <other_argument>,
  ...,
): 
  ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: highHigh priority issue that needs to be addressed in the near future.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions