File tree Expand file tree Collapse file tree
lib/commands/generate/ssh Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ export default class extends Command {
1010 "options" : {
1111 "input-encoding" : {
1212 "description" : "Input encoding." ,
13- "schema" : { "enum" : [ "base " , "base64url" , "hex" ] } ,
13+ "schema" : { "enum" : [ "base64 " , "base64url" , "hex" ] } ,
1414 } ,
1515 "output-encoding" : {
1616 "description" : "Output encoding." ,
17- "schema" : { "enum" : [ "base " , "base64url" , "hex" ] } ,
17+ "schema" : { "enum" : [ "base64 " , "base64url" , "hex" ] } ,
1818 } ,
1919 } ,
2020 "arguments" : {
Original file line number Diff line number Diff line change 1- import { pipeline } from "#code/stream" ;
21import { encryptSsh } from "#core/crypto" ;
2+ import { pipeline } from "#core/stream" ;
33import Command from "#lib/command" ;
44
55export default class extends Command {
@@ -10,11 +10,11 @@ export default class extends Command {
1010 "options" : {
1111 "input-encoding" : {
1212 "description" : "Input encoding." ,
13- "schema" : { "enum" : [ "base " , "base64url" , "hex" ] } ,
13+ "schema" : { "enum" : [ "base64 " , "base64url" , "hex" ] } ,
1414 } ,
1515 "output-encoding" : {
1616 "description" : "Output encoding." ,
17- "schema" : { "enum" : [ "base " , "base64url" , "hex" ] } ,
17+ "schema" : { "enum" : [ "base64 " , "base64url" , "hex" ] } ,
1818 } ,
1919 } ,
2020 "arguments" : {
You can’t perform that action at this time.
0 commit comments