Skip to content

Commit 8be30f8

Browse files
chore: document method
1 parent ca90ca0 commit 8be30f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/helpers/token.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ const yaml = require('js-yaml')
55
const { error, info, verbose } = require('./logger')
66
const validateHelpers = require('./validate')
77

8+
/**
9+
*
10+
* @param {object} inputs
11+
* @param {strinh} projectRoot
12+
* @returns string
13+
*/
814
function getToken(inputs, projectRoot) {
915
const { args, envs } = inputs
1016
const options = [

0 commit comments

Comments
 (0)