()
| 155 | } |
| 156 | |
| 157 | func buildShareLongHelp() string { |
| 158 | longHelpAs := "" |
| 159 | if drive.AllowShareAs() { |
| 160 | longHelpAs = shareLongHelpAs |
| 161 | } |
| 162 | return fmt.Sprintf(shareLongHelpBase, longHelpAs) |
| 163 | } |
| 164 | |
| 165 | var shareLongHelpBase = `Taildrive allows you to share directories with other machines on your tailnet. |
| 166 |
no test coverage detected
searching dependent graphs…