jalvarezit / knocknock

Knocknock is a tool that lets you inspect the context of any cli execution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knocknock

Knocknock is a simple program that prints the command line arguments and environment variables available to it. It can write its output to the standard output, a file, or a socket, depending on the selected output mode.

This tool is useful when you need to develop a cli tool and you do not know what is the interface needed and the codebase is so large that you don't feel like reading it.

Compilation

The output destination is decided at compilation time. Therefore there are three possible targets:

stdout

make knocknock_stdout

file

make knocknock_file

socket

make knocknock_socket

About

Knocknock is a tool that lets you inspect the context of any cli execution.


Languages

Language:C 82.5%Language:Makefile 17.5%