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

Preview of cli: make CLI name-agnostic #3

Merged
merged 3 commits into from
Jun 20, 2023

Commits on Jun 14, 2023

  1. cli: make CLI name-agnostic

     * Implements the concept of personality, a struct that
       contains information about the application identity,
       such as the program binary name and the application
       display name.  This enables the implementation of
       Pebble-based software that does not necessarily have
       the same name as Pebble.
     * Help strings throughout the application have been
       slightly modified so self-references to pebble/Pebble
       are removed without changing the semantics of the
       help manual.
    anpep committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    846567f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    ec2da23 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. enter: include daemon name on panic()

    If the client panics due to the Pebble daemon stopping early,
    include the program name from personality so it's unambiguous.
    anpep committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2490d53 View commit details
    Browse the repository at this point in the history