Closed mhordynski closed 1 month ago
Create new package ragbits-cli which will install new command ragbits (or rbts for short).
ragbits-cli
ragbits
rbts
ragbits-cli package will consist:
cli
register(app: Typer) -> None:
rbts document-search <command>
One of the ragbits unique values is a rich collection of CLI utilities available through ragbits / rbts command.
No response
Just to clarify, will ragbits-cli be a brand new package or we're gonna use our current ragbits-dev-kit and just change its name?
ragbits-dev-kit
Feature description
Create new package
ragbits-cli
which will install new commandragbits
(orrbts
for short).ragbits-cli
package will consist:cli
module / packagecli
package is foundregister(app: Typer) -> None:
is called with current typer instance.rbts document-search <command>
in document-search package)Motivation
One of the ragbits unique values is a rich collection of CLI utilities available through
ragbits
/rbts
command.Additional context
No response