diff options
| author | Gly <[email protected]> | 2022-12-24 15:26:29 +0100 |
|---|---|---|
| committer | Gly <[email protected]> | 2022-12-24 15:26:59 +0100 |
| commit | bf747e547ff2d4b9af636da915baec33f3e31b6a (patch) | |
| tree | ab6867e9f558dca0ecd8d5792cb3214f060028c3 | |
| parent | 216c126bd8378e1b96159955fa00d647e50ec73b (diff) | |
update authors
| -rw-r--r-- | xmake/modules/private/utils/complete.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/private/utils/completer.lua | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/xmake/modules/private/utils/complete.lua b/xmake/modules/private/utils/complete.lua index a93d24776..9a1db5034 100644 --- a/xmake/modules/private/utils/complete.lua +++ b/xmake/modules/private/utils/complete.lua @@ -14,7 +14,7 @@ -- -- Copyright (C) 2015-present, TBOOX Open Source Group. -- --- @author OpportunityLiu +-- @author OpportunityLiu, glcraft -- @file complete.lua -- diff --git a/xmake/modules/private/utils/completer.lua b/xmake/modules/private/utils/completer.lua index d0c74e93f..2d882c9e3 100644 --- a/xmake/modules/private/utils/completer.lua +++ b/xmake/modules/private/utils/completer.lua @@ -14,7 +14,7 @@ -- -- Copyright (C) 2015-present, TBOOX Open Source Group. -- --- @author OpportunityLiu +-- @author OpportunityLiu, glcraft -- @file complete.lua -- @@ -22,8 +22,6 @@ import("core.base.option") import("core.base.cli") - - local completer = {} |
