Skip to content

pkbhowmick/cobra-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cobra-cli

cobra-cli provides cli commands built using cobra library to add integers or floating numbers from cli

Available commands


  • cobra-cli add args

    • $ cobra-cli add 1 2 3 4 command adds the integers and prints the sum in cli
  • cobra-cli add args --flag

    • $ cobra-cli add 2.4 5.6 9.3 --float or $ cobra-cli add 2.4 5.6 9.3 -f command adds the floating numbers and prints the sum in cli
  • cobra-cli add even args

    • $ cobra-cli add even 1 2 3 4 adds only even integers and prints sum in the cli
  • cobra-cli add odd args

    • $ cobra-cli add odd 1 2 3 4 adds only odd integers and prints sum in the cli

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages