summaryrefslogtreecommitdiff
path: root/xmake/core/base/cli.lua
diff options
context:
space:
mode:
authorOpportunity <[email protected]>2020-01-19 13:02:41 +0800
committerOpportunity <[email protected]>2020-01-19 13:02:41 +0800
commit0666ee86336f5f2b33bdf5deb1c19f38ce67ddbd (patch)
treea422207c5be9d8bba8021c7700d478a942576346 /xmake/core/base/cli.lua
parentd57b1f78192e3da10e47dc95906fd03c4022bed7 (diff)
add links
Diffstat (limited to 'xmake/core/base/cli.lua')
-rw-r--r--xmake/core/base/cli.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/base/cli.lua b/xmake/core/base/cli.lua
index 5ae476ee1..9f5fd4344 100644
--- a/xmake/core/base/cli.lua
+++ b/xmake/core/base/cli.lua
@@ -18,6 +18,8 @@
-- @file cli.lua
--
+-- @see https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html
+
-- define module
local cli = cli or {}
local segment = cli._segment or {}