jsnote-zeina 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/serve.js +2 -2
- package/dist/index.js +65 -53
- package/package.json +8 -5
package/dist/commands/serve.js
CHANGED
|
@@ -45,10 +45,10 @@ exports.serveCommand = new commander_1.Command()
|
|
|
45
45
|
}
|
|
46
46
|
}));
|
|
47
47
|
/*
|
|
48
|
-
-[filename]:
|
|
48
|
+
-[filename]: specifies that there is an optional filename argument
|
|
49
49
|
that can be provided with the serve command
|
|
50
50
|
-<number>: specifies that if a user provides a port option
|
|
51
|
-
they have to provide a port
|
|
51
|
+
they have to provide a port number
|
|
52
52
|
-notebook.js is the default file name that is going to save
|
|
53
53
|
the cells of the user in case the user does not provide any
|
|
54
54
|
filename
|