Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic-graph
Commits
24a9bb07
Commit
24a9bb07
authored
14 years ago
by
Thomas Moulard
Browse files
Options
Downloads
Patches
Plain Diff
Update man pages.
parent
a0cad791
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/dg-shell-plugin.pod.in
+1
-0
1 addition, 0 deletions
doc/dg-shell-plugin.pod.in
doc/dg-shell.pod.in
+36
-3
36 additions, 3 deletions
doc/dg-shell.pod.in
with
37 additions
and
3 deletions
doc/dg-shell-plugin.pod.in
+
1
−
0
View file @
24a9bb07
...
...
@@ -21,6 +21,7 @@ see the list of all contributors.
=head1 SEE ALSO
dg-shell(1)
See also <@PROJECT_URL@> for additional resources.
This diff is collapsed.
Click to expand it.
doc/dg-shell.pod.in
+
36
−
3
View file @
24a9bb07
...
...
@@ -5,7 +5,7 @@ dg-shell - Stack of tasks shell
=head1 SYNOPSIS
dg-shell [
FILE
]
dg-shell [
--input <file>|-i <file>|--noninteractive|-n|--prologue|-prologue <file>|-h|--help
]
=head1 DESCRIPTION
...
...
@@ -13,8 +13,40 @@ dg-shell [FILE]
Start the stack of tasks and provides to the user an interactive shell
to control the data-flow.
Optionally, a file which will be interpreted at start-up can be given
to the program.
By default, the shell first evaluates the prologue file
($HOME/.dg-shellrc by default). Additional input files passed as
arguments to evaluate multiple files.
=head1 OPTIONS
B<-i> I<file>, B<--input> I<file>
evaluate the file at start-up
B<-n>, B<--noninteractive>
enable the non-interactive mode
B<-p> I<file>, B<--prologue> I<file>
override the default prologue file (i.e. $HOME/.dg-shellrc)
B<-h>, B<--help>
produce help message
=head1 EXAMPLES
No options is required to launch a shell:
dg-shell
To evaluate "example.dg" only:
dg-shell -i example.dg -n
To evaluate "example1.dg", "example2.dg" and provide a shell to the user:
dg-shell -i example1.dg -i example2.dg
=head1 AUTHORS
...
...
@@ -26,6 +58,7 @@ see the list of all contributors.
=head1 SEE ALSO
dg-shell-plugin(1)
See also <@PROJECT_URL@> for additional resources.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment