タグづけの方法の設定

ツリーのタグづけ方法の設定や確認のためには tagging-method コマンドを使います:

        % cd ~/wd/hello-world

        # set the tagging method
        # 
        % larch tagging-method implicit


        # check the tagging method
        # 
        % larch tagging-method
        implicit

タグづけの方法の設定時に有効な値は、names, explicit, そして implicit のどれかです。