Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(configtree): returns error when no files are provided in import
The files argument in the import command is variadic. If you forget specifying a tree name and pass only file to import, it will assume the file as the tree name and the files tuple will be empty. It has to be handled explicitly per the documentation here: https://click.palletsprojects.com/en/8.1.x/arguments/
- Loading branch information