Skip to content

Show verbose output with -v and --verbose #502

Open
@milancurcic

Description

@milancurcic

I think initially proposed here.

Currently fpm prints compiler commands that it executes to the standard output, which is quite verbose. I don't think there's a way to disable it.

Such output should be enabled with -v or --verbose flags, and by default only print a concise and pretty status like a progress bar. A progress bar is for a separate issue, but in the meantime fpm could just print something like:

Compiling src/some_module.f90...
Compiling src/another_module.f90...
...

or similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions