Skip to content

Loading a config file only works with relative paths πŸ€·β€β™‚οΈΒ #13

@joshuatvernon

Description

@joshuatvernon

Loading a config file only works with relative paths πŸ€·β€β™‚οΈ

Examples

  1. ~ expansion e.g.

    $ commitpal -c ~/.commitpal.config.json -n
    Error: /Users/jvernon/.commitpal.config.json not found
    
    ? Please choose a preset …
    Angular commit format
    Emoji
    Jira ticket
  2. Absolute paths e.g.

    $ commitpal -c /Users/jvernon/.commitpal.config.json -n
    Error: /Users/jvernon/.commitpal.config.json not found
    
    ? Please choose a preset …
    Angular commit format
    Emoji
    Jira ticket
  3. Relative paths e.g.

    commitpal -c ./.commitpal.config.json -n
    ? What type of change? …
    feature
    bugfix
    documentation
    style
    tests
    chore

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions