init claude-code
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import type { CommandSpec } from '../registry.js'
|
||||
|
||||
const nohup: CommandSpec = {
|
||||
name: 'nohup',
|
||||
description: 'Run a command immune to hangups',
|
||||
args: {
|
||||
name: 'command',
|
||||
description: 'Command to run with nohup',
|
||||
isCommand: true,
|
||||
},
|
||||
}
|
||||
|
||||
export default nohup
|
||||
Reference in New Issue
Block a user