New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
fcm-browse.pod in vendors/lib/FCM/CLI – NEMO

source: vendors/lib/FCM/CLI/fcm-browse.pod @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 646 bytes
Line 
1=head1 NAME
2
3fcm browse (trac www)
4
5=head1 SYNOPSIS
6
7Invokes the browser for a version controlled target.
8
9    fcm browse [OPTIONS] [TARGET ...]
10
11=head1 ARGUMENTS
12
13If TARGET is specified, it must be a FCM URL keyword, a Subversion URL or the
14path to a local working copy. If not specified, the current working directory
15is assumed to be a working copy. If the --browser option is specified, the
16specified web browser command is used to launch the repository browser.
17Otherwise, it attempts to use the default browser from the configuration
18setting.
19
20=head1 OPTIONS
21
22=over 4
23
24=item --browser=COMMAND
25
26Specify the web browser command.
27
28=back
29
30=cut
Note: See TracBrowser for help on using the repository browser.