Skip to content

fix : missing newlines in fmt.Printf calls #308

@DivyanshuVortex

Description

@DivyanshuVortex

Reason/Context

Why we need this improvement?
Several output messages in the CLIwere missing terminating newline characters (\n). This caused inconsistent terminal output where the next prompt or log message would appear on the same line as the previous output.

Image

How will this change help?
It ensures that all CLI output is clean, readable, and follows standard terminal formatting conventions by ensuring every complete message occupies its own line.

Description

Describe the feature or enhancement here.
We conducted a comprehensive audit of the codebase for all fmt.Print and fmt.Printf calls. We added missing \n characters to all terminal outputs while preserving specific "Username: " and "Password: " prompts where a newline is intentionally omitted for interactive input.

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