UNPKG
afs-blob-store
Version:
latest (1.0.1)
1.0.1
1.0.0
An implementation of fs-blob-store, which sorts files into alphabetical folders.
afs-blob-store
/
lib
/
args.js
11 lines
(7 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
(
function
(
) {
'use strict'
;
var
yargs =
require
(
'yargs'
);
var
options =
yargs
(process.
argv
); options.
alias
(
'dir'
,
'o'
);
module
.
exports
= options.
argv
; })();