chore: initialize recovered claude workspace
This commit is contained in:
14
src/utils/bash/specs/alias.ts
Normal file
14
src/utils/bash/specs/alias.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { CommandSpec } from '../registry.js'
|
||||
|
||||
const alias: CommandSpec = {
|
||||
name: 'alias',
|
||||
description: 'Create or list command aliases',
|
||||
args: {
|
||||
name: 'definition',
|
||||
description: 'Alias definition in the form name=value',
|
||||
isOptional: true,
|
||||
isVariadic: true,
|
||||
},
|
||||
}
|
||||
|
||||
export default alias
|
||||
Reference in New Issue
Block a user