You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still new to Shell, otherwise I'd create a pull request with some suggested changes myself. However, I probably would not have caught this if I was already familiar with the program as I currently have the "advantage" of a beginner's perspective. With respect to the following excerpt from the documentation:
Syntax
The general syntax is as follows:
import %path%
Where
%section% is the name of a section. Optional. If given, it must be one
of
settings
themes
modify-items
new-items
The section name is written literally, without any quotes (or the percent signs).
I think that the documentation could stand to benefit in the way of clarity if the portion addressing the %section% variable were moved into a subsection of import. In it's current state, it is confusing, because the variable is described in detail, but not used in the code example provided.
The text was updated successfully, but these errors were encountered:
I'm still new to Shell, otherwise I'd create a pull request with some suggested changes myself. However, I probably would not have caught this if I was already familiar with the program as I currently have the "advantage" of a beginner's perspective. With respect to the following excerpt from the documentation:
I think that the documentation could stand to benefit in the way of clarity if the portion addressing the
%section%
variable were moved into a subsection ofimport.
In it's current state, it is confusing, because the variable is described in detail, but not used in the code example provided.The text was updated successfully, but these errors were encountered: