Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) Remove warning about missing configuration file #91

Merged
merged 3 commits into from
Sep 3, 2020

Commits on Aug 21, 2020

  1. (maint) Remove warning about missing configuration file

    Previously the CLI would emit a warning about missing configuration
    file, but a configuration file does not appear to be a requirement, at
    least based on the documentation and the fact that everything can be
    specified directly on the command line.
    
    This commit simply removes the warning.
    
    Users will no longer get a warning when doing things like `floaty
    --version`, `floaty help`, and any other subcommand.
    nwolfe committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    04c73a9 View commit details
    Browse the repository at this point in the history
  2. (maint) Mention configuration file in CLI help text description

    So users can be aware of the configuration file since it will no
    longer be emitted as a warning during CLI invocation.
    nwolfe committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    8341a5f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. (maint) Add --user CLI option on delete and list subcommands

    To support usage without a configuration file.
    nwolfe committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    9a44cc4 View commit details
    Browse the repository at this point in the history