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

More descriptive output on cfg status #70

Open
Drake-Eidukas opened this issue Feb 8, 2019 · 0 comments
Open

More descriptive output on cfg status #70

Drake-Eidukas opened this issue Feb 8, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@Drake-Eidukas
Copy link
Contributor

With git, when you run git status, it provides really helpful output on how to add / commit files, whereas cfg status is still rather cryptic, especially to a new user of the tool.

drake@element:~/workspace/test_base$ git status
On branch master
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        neet/neet.yaml
        new_test.json

nothing added to commit but untracked files present (use "git add" to track)
drake@element:~/workspace/test_base$ cfg status
## master
?? neet/neet.yaml
?? new_test.json

It'd be nice to have a similar output to git on this one.

@Drake-Eidukas Drake-Eidukas added the enhancement New feature or request label Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant