mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 08:25:36 +00:00
Merge pull request #1690 from balena-io/remove-code-note
Remove unused code from balena note
This commit is contained in:
commit
f14e44a2e8
@ -1284,10 +1284,6 @@ device UUID
|
||||
|
||||
|
||||
|
||||
#### --stdin
|
||||
|
||||
|
||||
|
||||
# OS
|
||||
|
||||
## os versions <type>
|
||||
|
@ -26,7 +26,6 @@ import { getBalenaSdk } from '../utils/lazy';
|
||||
interface FlagsDef {
|
||||
device?: string; // device UUID
|
||||
dev?: string; // Alias for device.
|
||||
stdin: boolean;
|
||||
help: void;
|
||||
}
|
||||
|
||||
@ -51,7 +50,6 @@ export default class NoteCmd extends Command {
|
||||
public static args = [
|
||||
{
|
||||
name: 'note',
|
||||
// required: true,
|
||||
description: 'note content',
|
||||
},
|
||||
];
|
||||
@ -64,10 +62,6 @@ export default class NoteCmd extends Command {
|
||||
exclusive: ['device'],
|
||||
hidden: true,
|
||||
}),
|
||||
// Hack to read stdin with oclif
|
||||
stdin: flags.boolean({
|
||||
hidden: true,
|
||||
}),
|
||||
help: cf.help,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user