mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
fix: cloudcmd: default -> named
This commit is contained in:
parent
b61818fe62
commit
a266c1452c
19 changed files with 20 additions and 21 deletions
|
|
@ -46,9 +46,7 @@ const clean = (a) => a.filter(notEmpty);
|
|||
const isUndefined = (a) => typeof a === 'undefined';
|
||||
const isFn = (a) => typeof a === 'function';
|
||||
|
||||
export default cloudcmd;
|
||||
|
||||
function cloudcmd(params) {
|
||||
export function cloudcmd(params) {
|
||||
const p = params || {};
|
||||
const options = p.config || {};
|
||||
const config = p.configManager || createConfig({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue