aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.cli/nihil.cli.ccm
blob: 5463fd9852bc02f79188bef548df602ea221660a (plain) (blame)
1
2
3
4
5
6
7
8
// This source code is released into the public domain.
export module nihil.cli;

export import :command;
export import :command_tree;
export import :dispatch_command;
export import :registry;
export import :usage_error;