Skip to content

Commit

Permalink
put fake implementation for get while is not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed Dec 5, 2023
1 parent 9f08bf9 commit 15afd83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/cmd/logic-function.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ module.exports = class LogicFunctionsCommand extends CLICommandBase {

async get({ org, name, id }) {
// 1. Get the list of logic functions to download from
const list = await this.list()

//const list = await this.list();
console.log(org, name, id);
// 2. Select one using picker

// 3. Download it to files. Take care of formatting

// 4.
Expand Down

0 comments on commit 15afd83

Please sign in to comment.