aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.cli/command_path.ccm
blob: a5bd5e34e85f660b8092ef60a6b68bc0a0c412bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * This source code is released into the public domain.
 */

module;

/*
 * command_path represents a command split into its component parts.
 */

export module nihil.cli:command_path;

namespace nihil {


} // namespace nihil