The analyze command should also work on a not-packed charm
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
Currently `charmcraft analyze` only accepts an already-packed charm as the source of files to analyze.
It should also accept a directory (default to `.`) where the charm files exist.
IOW:
- `charmcraft analyze`: will analyze charm files in current directory
- `charmcraft analyze somedir`: will analyze charm files in `somedir` directory
- `charmcraft analyze somefile`: current behaviour
Evaluation history
No evaluation history available.