Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored May 25, 2024
2 parents 0665e29 + ef5dc52 commit a784421
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lib/frame.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@ def version

def installer
require 'install'
puts 'Used nyasocom_frame to clone nyasocom_oss with any project name.'
puts <<-EOF
Used nyasocom_frame to clone nyasocom_oss with any project name.
EOF
end

def download
require 'download'
puts 'Cloned nyasocom_oss with nyasocom_frame.'
puts <<-EOF
Cloned nyasocom_oss with nyasocom_frame.
EOF
end

def default
Expand Down

0 comments on commit a784421

Please sign in to comment.