Documentation
¶
Overview ¶
Package command implements the individual rain CLI commands.
Each command is built by an exported XCommand function (DownloadCommand, ServerCommand, ClientCommand, ...) that returns a cli.Command. The application wiring — global flags, profiling hooks and dispatch — lives in the root main package, which assembles these commands and runs them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BashAutocompleteCommand ¶
func BoltBrowserCommand ¶
func ClientCommand ¶
func CompactDatabaseCommand ¶
func DownloadCommand ¶
func MagnetToTorrentCommand ¶
func ServerCommand ¶
func TorrentCommand ¶
Types ¶
This section is empty.
Source Files
¶
- autocomplete.go
- boltbrowser.go
- client.go
- client_add.go
- client_add_peer.go
- client_add_tracker.go
- client_announce.go
- client_clean_database.go
- client_console.go
- client_file_stats.go
- client_files.go
- client_list.go
- client_magnet.go
- client_move.go
- client_peers.go
- client_remove.go
- client_save_torrent.go
- client_session_stats.go
- client_start.go
- client_start_all.go
- client_stats.go
- client_stop.go
- client_stop_all.go
- client_trackers.go
- client_verify.go
- client_version.go
- client_webseeds.go
- compact_database.go
- download.go
- helpers.go
- magnet_to_torrent.go
- server.go
- torrent.go
- torrent_create.go
- torrent_infohash.go
- torrent_show.go
Click to show internal directories.
Click to hide internal directories.