hckr info

info commands

hckr info [OPTIONS] COMMAND [ARGS]...

docs

Opens docs for hckr cli in browser

hckr info docs [OPTIONS]

hello

Greets a person with the given name.

This command outputs a greeting message to the person specified by the name option.

Example Usage:

  • Say hello

$ hckr info hello
Hello World!
  • Say hello to Alice

$ hckr info hello --name Alice
Hello Alice!

Command Reference:

hckr info hello [OPTIONS]

Options

--name <name>

Say hello to someone

version

Show information for CLI and useful links.

Example usage:

$ hckr info version
Version: hckr==VERSION
Github: https://github.com/hckr-cli/hckr
PyPi: https://pypi.org/project/hckr/

Command Reference:

hckr info version [OPTIONS]