mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-05-19 14:06:45 -04:00
Move home comments out of source into feature file.
This commit is contained in:
@@ -16,12 +16,6 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
#
|
||||
# Print home directory
|
||||
# Printing the home directory does not require reaching out to the internet.
|
||||
# Printing the home directory also has the hard requirment of not printing
|
||||
# anything else unless it is an actual error.
|
||||
#
|
||||
function __sdk_home {
|
||||
local candidate version
|
||||
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
Feature: Print home path
|
||||
#
|
||||
* Print home directory
|
||||
* Printing the home directory does not require reaching out to the internet.
|
||||
* Printing the home directory also has the hard requirment of not printing
|
||||
anything else unless it is an actual error.
|
||||
|
||||
Background:
|
||||
Given the internet is reachable
|
||||
|
||||
Reference in New Issue
Block a user