...
This commit is contained in:
@@ -32,7 +32,7 @@ pub mut:
|
||||
// stdout bool = true
|
||||
// ```
|
||||
// .
|
||||
// see https://github.com/freeflowuniverse/herolib/blob/development/examples/pathlib.rsync/rsync_example.v
|
||||
// see https://github.com/incubaid/herolib/blob/development/examples/pathlib.rsync/rsync_example.v
|
||||
pub fn rsync(args_ RsyncArgs) ! {
|
||||
mut args := args_
|
||||
if args.ipaddr_src.len == 0 {
|
||||
|
||||
@@ -63,4 +63,4 @@ screen -r test
|
||||
## Testing
|
||||
|
||||
```bash
|
||||
vtest ~/code/github/freeflowuniverse/herolib/lib/osal/screen/screen_test.v
|
||||
vtest ~/code/github/incubaid/herolib/lib/osal/screen/screen_test.v
|
||||
|
||||
@@ -251,4 +251,4 @@ mut web_service := systemd.new(
|
||||
|
||||
```v
|
||||
// Test module
|
||||
vtest ~/code/github/freeflowuniverse/herolib/lib/osal/systemd/systemd_process_test.v
|
||||
vtest ~/code/github/incubaid/herolib/lib/osal/systemd/systemd_process_test.v
|
||||
Reference in New Issue
Block a user