(message: string)
| 157 | } |
| 158 | |
| 159 | function errorWithUsage(message: string): { type: 'text'; value: string } { |
| 160 | return ok(`${message}\n\n${usageText()}`) |
| 161 | } |
| 162 | |
| 163 | export const call: LocalCommandCall = async args => { |
| 164 | if ((process.env.NCODE_BUILD_MODE !== 'noumena' && process.env.USER_TYPE !== 'ant')) { |