bvanseg / ccake

A command line tool written in Rust and designed to be a modern build tool + package manager for C/C++ projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default behavior with no arguments passed

aburd opened this issue · comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

ccake doesn't do anything by default when you call it with no args (e.g. ccake)

Describe the solution you'd like
A clear and concise description of what you want to happen.

I would like some direction from the tool. Most tools will print a message saying what you did wrong or a help message.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

I haven't considered any at this time. I suppose even a non-zero exit code would be helpful feedback.

Additional context
Add any other context or screenshots about the feature request here.