feat(cli): add show <command> subcommand with mock data#368
feat(cli): add show <command> subcommand with mock data#368bobbyiliev merged 2 commits intoThe-DevOps-Daily:mainfrom
show <command> subcommand with mock data#368Conversation
bobbyiliev
left a comment
There was a problem hiding this comment.
I think that this looks great! If you could just rebase from main we should be able to get it merged straight away!
|
it is done |
|
u can approve it |
|
hey can u please close this PR and merge it? always they add new changes and I need always to rebase it |
|
The lint seems to be failing: https://github.com/bobbyiliev/101-linux-commands/actions/runs/18189142243/job/51807286812?pr=368 Make sure to run it locally first and once it passes, we can merge it! Also there are 14 commits here, make sure to rebase. |
5059623 to
878bead
Compare
feat(cli): add `show <command>` subcommand with mock data - Implemented `show <command>` subcommand to display description, usage, example, and notes - Added mock data for ls, grep, cat, mkdir - Improved output formatting with colors and sections - Added tests for valid and invalid commands in test_cli.py
878bead to
10aa096
Compare
|
Thanks for the feedback! 🙌 This should be good to go now 🚀. |
|
Looks great! Really well done here @mt798jx! 👏 Thank you for the great contribution. |
show <command>subcommand to display description, usage, example, and notesCloses #331