Skip to content

Refactor: Replace production .unwrap() calls with safe error propagation #1

Description

@HeyBatlle1

Several .unwrap() calls exist in production paths in argus-core and argus-cli.
These should be replaced with proper error handling using ? operator or explicit
match statements to prevent panics under unexpected API responses or network conditions.
Good starting point: crates/argus-core/src/tools.rs and crates/argus-cli/src/main.rs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions