Skip to content

refactor: Replace commands that use Run to use the RunE from cobra #675

@NucleoFusion

Description

@NucleoFusion

Several older commands rely on a combination of Run + log to handle errors. In the newer commands, we have turned towards using the RunE field for cobra commands.

We need to go through and change all the Run instances to RunE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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