Skip to content

Commit

Permalink
nn search command
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Apr 2, 2023
1 parent e00e3e0 commit 372299e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Available commands and options:
* `update` - Update tree of packages
* `packages` - List of available packages
* `info PACKAGE` - Recive information about package (like descriptions, downloads, version and so on)
* `nn search [description]` - use to find any package/library accroding any description using ChatGPT. Like: *"library to open and extract zip files"*. It will suggess to install libzip package.
* `[build command]` - like `cpk cmake -G Ninja ../` to build project used installed libraries
* `-h` - Help
* `-v` - version of CPK
Expand Down
1 change: 1 addition & 0 deletions src/cpk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ void printHelp()
printf(" update - update all installed packages for current project\n");
printf(" [build command] - build project used installed libraries. As example you can use:\n");
printf(" \"cpk cmake -G Ninja ../\" instead of \"cmake -G Ninja ../\" for your project\n");
printf(" nn search [description] - use to find any package/library accroding any description using ChatGPT. Like: \"library to open and extract zip files\"\n");
printf(" --version / -v - version of CPK\n");
}

Expand Down

0 comments on commit 372299e

Please sign in to comment.